Update DISTCHECK_CONFIGURE_ARGS
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Aug 2014 19:20:51 +0000 (15:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Aug 2014 23:11:38 +0000 (19:11 -0400)
The --disable-rebuilds option does not exist anymore, so remove
it. At the same time, add --enable-installed-tests.

Makefile.am

index cda16ced7c725acb935822f6d7289ebbd39ef3db..d689b3fbac4db52ec4d0109605e8f10279ae9194 100644 (file)
@@ -123,11 +123,11 @@ snapshot:
        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
 
 DISTCHECK_CONFIGURE_FLAGS =            \
-               --enable-gtk-doc        \
-               --enable-man            \
-               --disable-rebuilds      \
-               --disable-maintainer-mode \
-               --enable-introspection
+       --enable-gtk-doc                \
+       --enable-man                    \
+       --disable-maintainer-mode       \
+       --enable-introspection          \
+       --enable-installed-tests
 
 GITIGNOREFILES = \
        po-properties/Makefile.in.in \